home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
graphics
/
3dvect30.arj
/
TEMPLATE.ASM
< prev
next >
Wrap
Assembly Source File
|
1993-11-18
|
628b
|
29 lines
.386p
jumps
code32 segment para public use32
assume cs:code32, ds:code32
include pmode.inc ; protected mode externals by TRAN
include xmouse.inc ; xmode mouse externals
include xmode.inc ; xmode externals by matt pritchard
include irq.inc
include 3d.inc
include stars.inc
include font.inc
include macros.inc
include equ.inc
; your code goes here, all external routines/variables are defined above
; now just link your code with the other modules...
code32 ends
end